$(document).ready(function(){
	
	jQuery(function($) {
	    $("#searchinput").defaultvalue("Type here and press enter");
	    $("#mailinglistinput").defaultvalue("yourEmail@somedomain.com");
	});

	var profiles =
	{
		event:
		{
			width: 350,
			height: 175,
			center: 1,
			status:1
		},
		audio:
		{
			width: 448,
			height: 116,
			center: 1,
			status:1
		}
	}; // End profiles

	jQuery(function($) {
		$("a.popup").popupwindow(profiles);
	}); // End popup window function


}); // End the jQuery goodness
