
var where=window.location.href;var env='';if(where.search(/.?jayesh/) != -1){env='chris';}else if(where.search(/.?dev/) != -1 ){env='dev';}else if(where.search(/.?beta/) != -1 ){env='beta';}else{env='www';}

if(cig_widget_size == 'large'){
	css = '3';
}else if(cig_widget_size == 'medium'){
	css = '2';
}else if(cig_widget_size == 'small'){
	css = '1';
}else{
	css = '1';
}

document.writeln("<link rel=\"stylesheet\" href=\"http://"+env+".wiserworker.com/search_widget_window/dhtmlwindow.css\" type=\"text/css\" />\n");
document.writeln("<link rel=\"stylesheet\" href=\"http://"+env+".wiserworker.com/css/widget"+css+".css\" type=\"text/css\" />\n");
document.writeln("<script type=\"text/javascript\" src=\"http://"+env+".wiserworker.com/search_widget_window/dhtmlwindow.js\"></script>\n");
document.writeln("\n");
document.writeln(" <script>\n");
document.writeln("    \n");
document.writeln("  function checkWidgetSearchForm(){\n");
document.writeln("  	var widgetKeyword = document.getElementById('widget_keyword');\n");
document.writeln("  	var widgetLocation = document.getElementById('widget_location');\n");
document.writeln("\n");
document.writeln("  	if(widgetKeyword.value == \"\")\n");
document.writeln("	{\n");
document.writeln("		alert(\"Please enter a keyword\");\n");
document.writeln("	}\n");
document.writeln("	else if(widgetLocation.value == \"\")\n");
document.writeln("	{\n");
document.writeln("		alert(\"Please enter a location\");\n");
document.writeln("	}\n");
document.writeln("	else\n");
document.writeln("	{\n");
document.writeln("		var cigurl = \"http://"+env+".wiserworker.com/jobs/widgetSearch/?q=\"+widgetKeyword.value+\"&l=\"+widgetLocation.value;\n");
document.writeln("	  	var cigwin=dhtmlwindow.open(\"cigbox\", \"iframe\", cigurl, \"Search Results\", \"width=470px,height=300px,left=200px,top=150px,resize=1,scrolling=1,center=1\")\n");
document.writeln("	}\n");
document.writeln("  }\n");
document.writeln("</script>\n");
document.writeln("\n");
document.writeln("\n");
document.writeln("\n");
document.writeln("<div id=\"CIGWidget\">\n");
document.writeln("<div class=\"cig_widget_logo\">\n");
document.writeln("<img src=\"http://www.wiserworker.com/img/rink/ww_widgetlogo.jpg\" />\n");
document.writeln("</div>\n");
document.writeln("<h3>Find a Job.</h3>\n");
document.writeln("\n");
document.writeln("<form id=\"widget_form\"  method=\"GET\"> \n");
document.writeln("<input name=\"widget_keyword\" id=\"widget_keyword\"  size=\"20\" maxlength=\"60\" type=\"text\" />\n");
document.writeln("<span><p>Ex. Customer Service</p></span>\n");
document.writeln("<input name=\"widget_location\" id=\"widget_location\"  size=\"20\" maxlength=\"60\" type=\"text\" />\n");
document.writeln("<span><p>Ex. Dallas, Tx</p></span>\n");
document.writeln("<img src=\"http://www.wiserworker.com/img/rink/ww_search.jpg\" class=\"submitButton\" onclick=\"return checkWidgetSearchForm()\" id=\"submit\"/>\n");
document.writeln("</form>\n");
document.writeln("</div>\n");
document.writeln("</div>\n");
document.writeln("");
