// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture5' , 'Picture5LYR', 'img', 'Layout',null,'',0);
 
		F_OM_Map('RectangleHotspot4' , 'rect', 'Picture5',new Array(
		'Clicked','Layout','Open Window',F_Parm('name','','URL','http://www.facebook.com/sherlynroy','width',800,'height',600,'top',0,'left',0,'toolbar','yes','menubar','yes','location','yes','status','yes','resizable','yes','directories','yes','scrollbars','yes'),0),715,315,808,338);
		F_OM_Map('RectangleHotspot17' , 'rect', 'Picture5',new Array(
		'Clicked','Layout','Open Window',F_Parm('name','Sherlyn Roy's Myspace','URL','http://www.myspace.com/sherlynroy','width',800,'height',600,'top',0,'left',0,'toolbar','yes','menubar','yes','location','yes','status','yes','resizable','yes','directories','yes','scrollbars','yes'),0),817,317,907,339);
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#RectangleHotspot4').bind('click', function(__e) { return (F_e('RectangleHotspot4', F_CL, __e)); } );
	$('#RectangleHotspot17').bind('click', function(__e) { return (F_e('RectangleHotspot17', F_CL, __e)); } );
});
// End Actions


